home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / linux-bo / dless-li / root.no / etc / rc.d / rc.6 < prev    next >
Text File  |  1995-04-27  |  437b  |  19 lines

  1. #! /bin/sh
  2. #
  3. # rc.6        This file is executed by init(8) when the system is being
  4. #        initialized for run level 6 (which usually means X Windows
  5. #        on LINUX/Pro).
  6. #
  7. # Version:    @(#)/etc/rc.d/rc.6    2.00    02/17/93
  8. #
  9. # Author:    Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
  10. #
  11.  
  12.   # Tell the viewers what's going to happen...
  13.   echo "Starting up X Windows V.11 R.5..."
  14.  
  15.   # Call the "xdm" program.
  16.   exec /usr/X11/bin/xdm -nodaemon
  17.  
  18.   # All done.
  19.